join column meaning in English
联接列
连接列 根据情况选择不翻译
Examples
- Join column a column referenced in a join condition
将数据组织到相关行和列的系统。 - The partitioning key should include the most frequently joined columns
分区键应该包括最频繁参与连接的列。 - The optimizer will choose dynamic hash join if none of the joined columns has index
如果连接列上不存在索引,那么优化器将选择动态哈希连接。 - This property should be set to true only if the joined column in the parent table is unique
的值不正确。仅当父表中的联接列唯一时,才应将此属性设置为true 。 - The merge join transformation requires that both inputs be sorted and that the joined columns have matching metadata
合并联接转换要求两个输入都是已排序的,并且要求被联接的列具有匹配的元数据。